home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160s.arc / P2C.H < prev    next >
Text File  |  1991-10-26  |  238b  |  11 lines

  1. /*
  2.  * P2C.H - Pascal/C string conversion
  3.  *
  4.  * Msged/Q message editor for QuickBBS  Copyright 1990 by P.J. Muller
  5.  *
  6.  */
  7.  
  8. void pascal p2c_str (char *str);
  9. void pascal c2p_str (char *str);
  10. void pascal p2c_strn(char *str, int n);
  11.